home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / sptmbr16.lha / 12-7-88-notes.text next >
Text File  |  1988-12-08  |  1KB  |  46 lines

  1. Copyright (c) Xerox Corporation 1988. All rights reserved.
  2.  
  3.  
  4. These notes correspond to the "12/7/88  Can't think of a cute name PCL"
  5. version of PCL.
  6.  
  7. Please read this entire file carefully.  You may also be interested in
  8. looking at previous versions of the notes.text file.  These are called
  9. xxx-notes.text where xxx is the version of the PCL system the file
  10. corresponds to.  At least the last two versions of this file contain
  11. useful information for any PCL user.
  12.  
  13. This version of PCL has been tested at PARC in the following Common
  14. Lisps:
  15.  
  16.   Symbolics 7.2
  17.   Coral 1.2
  18.   Lucid 3.0
  19.   KCL (October 15, 1987)
  20.   Allegro 3.0.1
  21.  
  22. These three should work, but haven't been tested just yet.
  23.  
  24.   EnvOS Medley
  25.   TI
  26.  
  27. The notes file hasn't yet been fleshed out yet.
  28.  
  29. The two major changes in this release are:
  30.  
  31.   - The generic function cache algorithm has been revised.  In addition
  32.     generic function caches now expand automatically. Programs that used
  33.     to run into problems with lots of cache misses shouldn't run into
  34.     those problems anymore. 
  35.  
  36.   - the DEFCONSTRUCTOR hack now works.  Please see the construct.lisp
  37.     file for details.  If you are consing lots of instances, you may be
  38.     able to get a tremendous performance boost by using this hack.
  39.  
  40.  
  41. Another important change is that this version includes some KCL patches
  42. which dramatically improve PCL performance in KCL.  See the kcl-mods.text
  43. file for more details.
  44.  
  45.  
  46.